workflow-dom 0.10.3

DOM injection utilities for run-time injection of JavaScript and CSS
Documentation

workflow-dom

Part of the workflow-rs application framework.


Browser DOM manipulation utilities

Features

  • Dynamic (runtime) injection of JsvaScript modules and CSS data into Browser DOM
  • Optionally supplied callback gets invoked upon the successful load.

Combined with include_bytes!() macro this crate can be used to dynamically inject JavaScript and CSS files into the browser environment at runtime.